gtk_icon_view_set_tooltip_row(), gtk_icon_view_set_tooltip_item():
authorMurray Cumming <murrayc@murrayc.com>
Mon, 20 Oct 2008 12:11:05 +0000 (12:11 +0000)
committerMurray Cumming <murrayc@src.gnome.org>
Mon, 20 Oct 2008 12:11:05 +0000 (12:11 +0000)
2008-10-20  Murray Cumming  <murrayc@murrayc.com>

* gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_item():
* gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_cell():
Documentation: Mention the simple set_tooltip_column()
alternative.

svn path=/trunk/; revision=21689

ChangeLog
gtk/gtkiconview.c
gtk/gtktreeview.c

index e6cc81edaa1edc82e9060ce6d9d516ace3aa65bc..f3bef2cc9973bc529af91bbc923b4e6775ad87dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-20  Murray Cumming  <murrayc@murrayc.com>
+
+       * gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(), 
+       gtk_icon_view_set_tooltip_item():
+       * gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(), 
+       gtk_icon_view_set_tooltip_cell():
+       Documentation: Mention the simple set_tooltip_column() 
+       alternative.
+
 2008-10-18  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
index 30a75bc828485011e347e688451b60e7213aae45..ce7c1ee740ffec7726112327067c5d01797d07f2 100644 (file)
@@ -4734,6 +4734,7 @@ gtk_icon_view_get_item_at_pos (GtkIconView      *icon_view,
  * @path: a #GtkTreePath
  * 
  * Sets the tip area of @tooltip to be the area covered by the item at @path.
+ * See also gtk_icon_view_set_tooltip_column() for a simpler alternative.
  * See also gtk_tooltip_set_tip_area().
  * 
  * Since: 2.12
@@ -4759,6 +4760,8 @@ gtk_icon_view_set_tooltip_item (GtkIconView     *icon_view,
  * Sets the tip area of @tooltip to the area which @cell occupies in
  * the item pointed to by @path. See also gtk_tooltip_set_tip_area().
  *
+ * See also gtk_icon_view_set_tooltip_column() for a simpler alternative.
+ *
  * Since: 2.12
  */
 void
index d663e2664d14ca2ee2b6a5ea8de9579283df6b0b..0ef05b26722c8a1a367acc95e3b9ed89484655c3 100644 (file)
@@ -15367,6 +15367,7 @@ gtk_tree_view_get_level_indentation (GtkTreeView *tree_view)
  * @path: a #GtkTreePath
  *
  * Sets the tip area of @tooltip to be the area covered by the row at @path.
+ * See also gtk_tree_view_set_tooltip_column() for a simpler alternative.
  * See also gtk_tooltip_set_tip_area().
  *
  * Since: 2.12
@@ -15400,6 +15401,8 @@ gtk_tree_view_set_tooltip_row (GtkTreeView *tree_view,
  * position.  In such cases @path must be set to the current node under the
  * mouse cursor for this function to operate correctly.
  *
+ * See also gtk_tree_view_set_tooltip_column() for a simpler alternative.
+ *
  * Since: 2.12
  */
 void